home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-04-10 | 2.7 KB | 51 lines |
- [Header]
- Name=MSPROOF.WMS
- Alias=Microsoft Proofing Tools (Speller...)
- Author=BrainWare / R.Schallberger
- Date_Written=3.4.94
- Changed_By=
- Changed_At=
- Change_Reason=
- Version=1.01
-
- [Install]
- if not file '%MSProof%\am\sp_am.lex' then goto NOAM
- iniwrite 'Microsoft Word 2.0' 'Spelling 1033,0' '%MSProof%\msspell.dll,%MSProof%\am\sp_am.lex'
- iniwrite 'Microsoft Word 2.0' 'Hyphenate 1033,0' '%MSProof%\hyph.dll,%MSProof%\am\hy_am.lex,%MSProof%\am\sp_am.lex'
- iniwrite 'Microsoft Word 2.0' 'Thesaurus 1033,0' '%MSProof%\thes.dll,%MSProof%\am\th_am.lex'
- iniwrite 'Microsoft Word 2.0' 'Grammar 1033,0' '%MSProof%\grammar.dll,%MSProof%\am\gr_am.lex'
- :NOAM
-
- if not file '%MSProof%\am\sp_br.lex' then goto NOBR
- iniwrite 'Microsoft Word 2.0' 'Spelling 2057,0' '%MSProof%\msspell.dll,%MSProof%\br\sp_br.lex'
- iniwrite 'Microsoft Word 2.0' 'Hyphenate 2057,0' '%MSProof%\hyph.dll,%MSProof%\br\hy_br.lex,%MSProof%\br\sp_br.lex'
- iniwrite 'Microsoft Word 2.0' 'Thesaurus 2057,0' '%MSProof%\thes.dll,%MSProof%\br\th_br.lex'
- iniwrite 'Microsoft Word 2.0' 'Grammar 2057,0' '%MSProof%\grammar.dll,%MSProof%\br\gr_br.lex'
- :NOBR
-
- if not file '%MSProof%\am\sp_fr.lex' then goto NOFR
- iniwrite 'Microsoft Word 2.0' 'Spelling 1036,0' '%MSProof%\msspell.dll,%MSProof%\fr\sp_fr.lex'
- iniwrite 'Microsoft Word 2.0' 'Hyphenate 1036,0' '%MSProof%\hyph.dll,%MSProof%\fr\hy_fr.lex,%AD%:%ADIR%\msapps\proof\fr\sp_fr.lex'
- iniwrite 'Microsoft Word 2.0' 'Thesaurus 1036,0' '%MSProof%\thes.dll,%MSProof%\fr\th_fr.lex'
- iniwrite 'Microsoft Word 2.0' 'Grammar 1036,0' '%MSProof%\grammar.dll,%MSProof%\fr\gr_fr.lex'
- :NOFR
-
- if not file '%MSProof%\am\sp_ge.lex' then goto NOGE
- iniwrite 'Microsoft Word 2.0' 'Spelling 1031,0' '%MSProof%\msspell.dll,%MSProof%\proof\ge\sp_ge.lex'
- iniwrite 'Microsoft Word 2.0' 'Hyphenate 1031,0' '%MSProof%\hyph.dll,%MSProof%\proof\ge\hy_ge.lex,%AD%:%ADIR%\msapps\proof\ge\sp_ge.lex'
- iniwrite 'Microsoft Word 2.0' 'Thesaurus 1031,0' '%MSProof%\thes.dll,%MSProof%\ge\th_ge.lex'
- :NOGE
-
- if not file '%MSProof%\am\sp_it.lex' then goto NOIT
- iniwrite 'Microsoft Word 2.0' 'Spelling 1040,0' '%MSProof%\msspell.dll,%MSProof%\it\sp_it.lex'
- iniwrite 'Microsoft Word 2.0' 'Hyphenate 1040,0' '%MSProof%\hyph.dll,%MSProof%\it\hy_it.lex,%AD%:%ADIR%\msapps\proof\it\sp_it.lex'
- iniwrite 'Microsoft Word 2.0' 'Thesaurus 1040,0' '%MSProof%\thes.dll,%MSProof%\it\th_it.lex'
- iniwrite 'Microsoft Word 2.0' 'DOC-path' '%UD%:\WINWORD'
- :NOIT
-
- if not file '%MSProof%\msspell.dll' then goto NOPROOF
- md '%MSUserProof%'
- iniwrite 'MS Proofing Tools' 'Custom Dict 1' '%MSUserProof%\custom.dic'
- iniwrite 'MS Proofing Tools' 'Spelling 1033,0' '%MSProof%\msspell.dll,%MSProof%\am\sp_am.lex'
- :NOPROOF
-